home *** CD-ROM | disk | FTP | other *** search
- # $Id: style.ufl,v 1.1 1997/06/11 19:08:37 rcalhoun Exp $
- # Copyright (C) 1987-1996 Verity, Inc.
- #
- # style.ufl - Application-specific User Fields
- #
- # These fields are included in the internal documents table. For
- # more information about adding fields to the internal documents
- # table, see the "Defining Custom Fields" chapter in the
- # Collection Building Guide.
- #
- # Example:
- #
- # data-table: ddf
- # {
- # varwidth: MyTitle dxa
- # }
-
- # -----------------------------------------------------------------
- # Specify additional application-specific fields here in their own
- # data-table[s].
- data-table: ddf
- {
- varwidth: CF_KEY ddv
- varwidth: CF_TITLE ddv
- varwidth: CF_URL ddv
- varwidth: CF_CUSTOM1 ddv
- varwidth: CF_CUSTOM2 ddv
- }
-
-